projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31c58aa
)
gnomeos-run: Ensure we create DBus uuid
author
Colin Walters
<walters@verbum.org>
Fri, 27 Jan 2012 23:19:51 +0000
(18:19 -0500)
committer
Colin Walters
<walters@verbum.org>
Fri, 27 Jan 2012 23:19:51 +0000
(18:19 -0500)
gnomeos/yocto/gnomeos-run.sh
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/gnomeos-run.sh
b/gnomeos/yocto/gnomeos-run.sh
index 7d5ab7066d15d8825e1fe977e22b36c20d730bb0..bd591c8262927f3d21864226e941ece6719fcb39 100755
(executable)
--- a/
gnomeos/yocto/gnomeos-run.sh
+++ b/
gnomeos/yocto/gnomeos-run.sh
@@
-71,6
+71,8
@@
chmod a=rwxt tmp
if ! test -d ostree; then
mkdir ostree
mkdir -p -m 0755 ./ostree/var/{log,run,tmp,spool}
+ mkdir -p ./ostree/var/lib/dbus
+ dbus-uuidgen > ./ostree/var/lib/dbus/machine-id
mkdir ostree/repo
ostree --repo=ostree/repo init